LCLint Output

LCLint 2.2 --- 25 Aug 96

returned.c: (in function intSet_singleton2)
returned.c:25,27: New fresh storage passed as
    implicitly temp (not released): intSet_new()
  A memory leak has been detected. Newly-allocated or
  only-qualified storage is not released before the
  last reference to it is lost. (-mustfree will
  suppress message)

Finished LCLint checking --- 1 code error found